Interface symantec.itools.db.beans.binding.Synchronizable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.binding.Synchronizable

public interface Synchronizable
extends PersistentDataSource, NavigationalDataSource

Class Index

 o symantec.itools.db.beans.binding.Synchronizable. JoinRecord
 o symantec.itools.db.beans.binding.Synchronizable. JoinRecordList

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
javadoc comments go here...
 o getAliasName()
 o getDirtySaveMessage()
Gets the message to be displayed when user navigates thru the records of a dirty QueryNavigator
 o getLink()
 o getMasterAliasName()
 o getSaveChangesWindowClass()
Gets the window class to be used to display messages when user navigates thru the records of a dirty querynavigator
 o removePropertyChangeListener(PropertyChangeListener)
javadoc comments go here...
 o setLink(SynchronizerLink)

Methods

 o addPropertyChangeListener
public abstract void addPropertyChangeListener(PropertyChangeListener listener)
javadoc comments go here...

 o getAliasName
public abstract java.lang.String getAliasName()
 o getDirtySaveMessage
public abstract java.lang.String getDirtySaveMessage()
Gets the message to be displayed when user navigates thru the records of a dirty QueryNavigator

 o getLink
public abstract symantec.itools.db.beans.binding.SynchronizerLink getLink()
 o getMasterAliasName
public abstract java.lang.String getMasterAliasName()
 o getSaveChangesWindowClass
public abstract java.lang.String getSaveChangesWindowClass()
Gets the window class to be used to display messages when user navigates thru the records of a dirty querynavigator

 o removePropertyChangeListener
public abstract void removePropertyChangeListener(PropertyChangeListener listener)
javadoc comments go here...

 o setLink
public abstract void setLink(SynchronizerLink link)

All Packages  Class Hierarchy  This Package  Previous  Next  Index